class list
英 [klɑːs lɪst]
美 [klæs lɪst]
网络 类列表; 班级名单
英英释义
noun
- a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
双语例句
- The number of students present should tally with the class list that you have been provided with.
到课的学生人数应与提供给你的学生名单相符。 - D automatically implements those interfaces via B.If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation.
D通过B也就自动实现了那些接口。如果你在D的基类列表中显式声明了这些接口的话,那么C编译器将会做一次接口重新实现。 - See the binding class for a list of possible data sources and for information about creating bindings between controls and data sources.
有关可能的数据源的列表以及在控件和数据源之间创建绑定的信息,请参见binding类。 - Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
架构更新失败:在辅助类别列表中的类别不存在或不是一个辅助类别。 - Template argument list following class template name must list parameters in the order used in template parameter list
类模板名称后面的模板参数列表必须按模板参数列表中使用的顺序列出参数 - The Action class has the list variables named state and status.
Action类具有列表变量,名为state和status。 - See the summary page of the datetimeformatinfo class for a list of the standard format characters and their associated patterns.
有关标准格式字符及其关联模式的列表,请参见datetimeformatinfo类的摘要页。 - Create a class named List.
建立一个类型并将其命名为List。 - He knew that meant she had come to his place on the class attendance list.
他知道那意味著老师已经念到班级出勤簿上他的名字了。 - Because of erasure, List and List are the same class, and the compiler only generates one class when compiling List ( unlike in C++).
因为可以擦除功能,所以List和List是同一个类,编译器在编译List时只生成一个类(和C++不同)。